-
Re: Pull the first non-blank value from a range of cells in a row
Hey Sarah! If I am understanding correctly, I think you could use the Join function for this! Your function (in the master column) would look something like: =Join([Column 1]@row:[Column 4]@row) No m…1 · -
Re: Auto-assign # based on parent or child (sub-item)
I don't see your attachment but if you are looking for any parent row to be a 0, any sub task to be a 1, any sub-subtask to be a 2, and so on, this formula should work: =Count(Ancestors()) Let me kno…1 ·